const github.com/klauspost/compress/zstd.maxTablesize
11 uses
github.com/klauspost/compress/zstd (current package)
fse_decoder.go#L27: maxTablesize = 1 << maxTableLog
fse_decoder.go#L35: dt [maxTablesize]decSymbol // Decompression table.
seqdec.go#L231: llTable, mlTable, ofTable := s.litLengths.fse.dt[:maxTablesize], s.matchLengths.fse.dt[:maxTablesize], s.offsets.fse.dt[:maxTablesize]
seqdec_asm.go#L98: llTable: s.litLengths.fse.dt[:maxTablesize],
seqdec_asm.go#L99: mlTable: s.matchLengths.fse.dt[:maxTablesize],
seqdec_asm.go#L100: ofTable: s.offsets.fse.dt[:maxTablesize],
seqdec_asm.go#L182: llTable: s.litLengths.fse.dt[:maxTablesize],
seqdec_asm.go#L183: mlTable: s.matchLengths.fse.dt[:maxTablesize],
seqdec_asm.go#L184: ofTable: s.offsets.fse.dt[:maxTablesize],
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |